VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentElementCollection<T> Class
Properties Methods SeeAlso
In This Topic
OpenXmlDocumentElementCollection<T> Class Members
In This Topic
The following tables list the members exposed by OpenXmlDocumentElementCollection<T>.
Public Properties
 NameDescription
Public PropertyGets the number of elements contained in the collection.
Public PropertyGets a value indicating whether the collection is read-only.
Public PropertyGets or sets the OpenXmlDocumentElement at the specified index.
Public Methods
 NameDescription
Public MethodOverloaded. Adds an , which must be created from , to the collection.
Public MethodRemoves all items from the collection.
Public MethodDetermines whether this instance contains the object.
Public MethodCopies the elements of the collection to an System.Array, starting at a particular System.Array index.
Public MethodReturns an enumerator that iterates through the collection.
Public MethodDetermines the index of a specific item in the collection.
Public MethodOverloaded. Inserts an , which must be created from , to the collection at the specified index.
Public MethodRemoves element at specified index and inserts it at specified newIndex.
Public MethodRemoves the first occurrence of a specific object from the collection.
Public MethodRemoves the collection item at the specified index.
Public MethodCopies the elements of the collection to a new array.
See Also